Crate bee_message

source ·
Expand description

Core data types for messages in the tangle.

Modules

  • A module that provides types and syntactic validations of addresses.
  • A module that contains constants related to messages.
  • A module that provides types and syntactic validations of inputs.
  • A module that provides types and syntactic validations of milestones.
  • A module that provides types and syntactic validations of outputs.
  • A module that provides types and syntactic validations of parents. The parents module defines the core data type for storing the messages directly approved by a message.
  • A module that provides types and syntactic validations of payloads. The payload module defines the core data types for representing message payloads.
  • A prelude for the bee-message crate.
  • A module that provides types and syntactic validations of signatures.
  • A module that provides types and syntactic validations of unlock blocks.

Structs

Enums

  • Error occurring when creating/parsing/validating messages.

Constants